home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.rock.RAction;
- import java.awt.event.ActionEvent;
-
- class CommentPane$2 extends RAction {
- // $FF: synthetic field
- final CommentPane this$0;
-
- public void actionOccurred(ActionEvent var1) {
- if (this.this$0.getShowMode() == 2) {
- this.this$0.getSchemaDoc().setPromptForVersionInfo(this.this$0.changesBox.isSelected());
- } else {
- this.this$0.getSchemaDoc().setChangeLogging(this.this$0.changesBox.isSelected());
- }
-
- }
-
- CommentPane$2(CommentPane var1) {
- this.this$0 = var1;
- }
- }
-